const google.golang.org/grpc.defaultMaxCallAttempts

5 uses

	google.golang.org/grpc (current package)
		clientconn.go#L723: 	cfg := parseServiceConfig("{}", defaultMaxCallAttempts)
		dialoptions.go#L43: 	defaultMaxCallAttempts = 5
		dialoptions.go#L716: 		maxCallAttempts:          defaultMaxCallAttempts,
		dialoptions.go#L787: 			n = defaultMaxCallAttempts
		service_config.go#L168: 		return parseServiceConfig(js, defaultMaxCallAttempts)